home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / ref / postquel / begin < prev    next >
Encoding:
Text File  |  1992-08-27  |  717 b   |  32 lines

  1. .\" XXX standard disclaimer belongs here....
  2. .\" $Header: /private/postgres/ref/postquel/RCS/begin,v 1.6 1992/07/13 03:45:59 ptong Exp $
  3. .SP BEGIN COMMANDS 6/14/90
  4. .XA 2 Begin
  5. .uh NAME
  6. .lp
  7. begin \*- begins a transaction
  8. .uh SYNOPSIS
  9. .lp
  10. .(l
  11. \fBbegin\fR
  12. .)l
  13. .uh DESCRIPTION
  14. .lp
  15. This command begins a user transaction which \*(PP will guarantee
  16. is serializable with respect to all concurrently executing transactions.
  17. \*(PP uses two-phase locking to perform this task.  If the transaction
  18. is committed, \*(PP will ensure that all updates are done or none
  19. of them are done.
  20. Transactions have the standard
  21. .A ACID
  22. (atomic,
  23. consistent,
  24. isolatable,
  25. and
  26. durable)
  27. property.
  28. .uh "SEE ALSO"
  29. .lp
  30. end(commands),
  31. abort(commands).
  32.